home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / Compiler.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  1.6 KB  |  35 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. LineElems
  6. Alloc
  7. Compiler.Compile @    most recent selection
  8. Compiler.Compile *    marked viewer
  9. Compiler.Compile {filename} ~    list of files
  10. Edit.Open OberonErrors.Text    Compiler Error Codes
  11. The Oberon Compiler accepts the following options:
  12.     s    Enable generation of new Symbol File
  13.     a    Suppress code generation for ASSERT function
  14.     c    Suppress initialization of local pointers to NIL
  15.     x    Disable Index Checks
  16.     n    Disable NIL Checks
  17.     t    Disable Type Checks
  18.     m    Minimize run_time checks (requires MOPX.Obj)
  19.     d    Generate MacsBug debugger information
  20.     r    Suppress reference information for Local Variables
  21.     g    Suppress Garbage Collection after this compilation
  22. Each file parameter may be followed by a slash ("/") and a list of options.
  23. If garbage collection is suppressed, compilation runs faster but might not
  24. be completed if too many files or too much memory are used (will trap).
  25. Examples:
  26.     Compiler.Compile */n
  27.     Compiler.Compile Demo.Mod/xnt Test.Mod/dc ~
  28. When working with folded texts, use the following
  29. Folds.Compile *    compiles text (possibly with folds)
  30. Folds.Compile ^    and places error elems
  31. Folds.Compile ~
  32. Folds.ShowError *    places caret to next error elem (also in folds)
  33. Folds.SetProfile    sets options specified in Folds.Profile
  34. Folds.Restore    collapses folds opened during ShowError
  35.